MarkerLayer.selectMarker

Selects a marker in this layer.

If #ShumateMarkerLayer:selection-mode is %GTK_SELECTION_SINGLE or %GTK_SELECTION_BROWSE, all other markers will be unselected. If the mode is %GTK_SELECTION_NONE or @marker is not selectable, nothing will happen.

class MarkerLayer
bool
selectMarker

Parameters

marker Marker

a #ShumateMarker that is a child of @self

Return Value

Type: bool

%TRUE if the marker is now selected, otherwise %FALSE

Meta